ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / RemoveMarks Method / RemoveMarks(Int32[]) Method
Array of mark IDs to delete.




In This Topic
    RemoveMarks(Int32[]) Method
    In This Topic
    Deletes array of specified marks from the annotation page.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveMarks( _
       ByVal marksIds() As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearARTPage
    Dim marksIds() As Integer
     
    instance.RemoveMarks(marksIds)
    public void RemoveMarks( 
       int[] marksIds
    )
    public: void RemoveMarks( 
       int[]* marksIds
    ) 
    public:
    void RemoveMarks( 
       array<int>^ marksIds
    ) 

    Parameters

    marksIds
    Array of mark IDs to delete.
    See Also